'Declaration
Public Function DrawCircle( _ ByVal CenterX As Single, _ ByVal CenterY As Single, _ ByVal Radius As Single, _ ByVal Fill As Boolean, _ ByVal Stroke As Boolean _ ) As GdPictureStatus
public GdPictureStatus DrawCircle( float CenterX, float CenterY, float Radius, bool Fill, bool Stroke )
public function DrawCircle( CenterX: Single; CenterY: Single; Radius: Single; Fill: Boolean; Stroke: Boolean ): GdPictureStatus;
public function DrawCircle( CenterX : float, CenterY : float, Radius : float, Fill : boolean, Stroke : boolean ) : GdPictureStatus;
Parameters
- CenterX
- CenterY
- Radius
- Fill
- Stroke